Accepting request 1198525 from home:urbic:branches:Java:packages

- Update to v1.104
  * Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0
  * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to
    4.8.6.2
  * Bump org.apache.maven.plugins:maven-surefire-report-plugin from
    3.3.0 to 3.3.1
  * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0
    to 3.3.1
  * Bump org.apache.maven.plugins:maven-project-info-reports-plugin
    from 3.6.1 to 3.6.2
  * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to
    3.24.0
  * Spring boot 3.3.2
- Update to v1.103
  * Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to
    3.4.0
  * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to
    3.23.0
  * Bump org.apache.maven.plugins:maven-surefire-report-plugin from
    3.2.5 to 3.3.0
  * Bump org.apache.maven.plugins:maven-project-info-reports-plugin
    from 3.5.0 to 3.6.0
  * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5
    to 3.3.0
  * Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to
    3.4.2
- Update to v1.102
  * Implemented the U.joinToString() method
  * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to
    4.8.5.0
  * Resolved Idea warnings
  * Refactored the Base32 class
  * Spring boot 3.2.5

OBS-URL: https://build.opensuse.org/request/show/1198525
OBS-URL: https://build.opensuse.org/package/show/Java:packages/underscore-java?expand=0&rev=3
This commit is contained in:
2024-09-04 10:52:25 +00:00
committed by Git OBS Bridge
parent 7003eb2214
commit fd262f0db7
4 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Aug 1 23:58:37 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.104
* Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to
4.8.6.2
* Bump org.apache.maven.plugins:maven-surefire-report-plugin from
3.3.0 to 3.3.1
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0
to 3.3.1
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin
from 3.6.1 to 3.6.2
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to
3.24.0
* Spring boot 3.3.2
- Update to v1.103
* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to
3.4.0
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to
3.23.0
* Bump org.apache.maven.plugins:maven-surefire-report-plugin from
3.2.5 to 3.3.0
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin
from 3.5.0 to 3.6.0
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5
to 3.3.0
* Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to
3.4.2
- Update to v1.102
* Implemented the U.joinToString() method
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to
4.8.5.0
* Resolved Idea warnings
* Refactored the Base32 class
* Spring boot 3.2.5
-------------------------------------------------------------------
Wed May 8 22:41:10 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>