Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies & plugings for Java 17 & SpringBoot 3.0 compatibi… #74

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2023

  1. Update dependencies & plugings for Java 17 & SpringBoot 3.0 compatibi…

    …lity
    
    Changes:
    
    - Parent POM: com.mercateo.oss.oss-parent-pom 0.9.0 > 1.0.9
    - maven-compiler changed Java 17 release
    - release-sign-artifacts step maven-gpg-plugin 1.6 > 3.1.0
    
    Dependency updates:
    
    - POM Properties added:
    	- jackson.version: 2.13.3 > 2.15.2
    	- jmh.version: 1.20 > 1.36
    	- lombok.version: 1.18.12 > 1.18.28
    	- jersey.version: 3.1.2 (prev. set on individual pom import as 2.25.1)
    	- glassfish.version: 3.0.4
    - Dependencies:
    	- Removed:
    		javax.validation: 1.1.0.Final
    		javax.inject: 1
    		mockito-core: 4.6.1
    	- Added:
    		maven-surefire-plugin: 3.1.2
    		jakarta.validation-api: 3.0.2
    		hk2: 3.0.4 (glassfish.version)
    		jersey-hk2: 3.1.2 (jersey.version)
    		mockito-junit-jupiter: 5.4.0
    		junit-jupiter-engine: 5.9.1
    		jakarta.inject-api: 2.0.1
    		jakarta.xml.bind-api: 4.0.0
    	- Updated:
    		maven-release-plugin: 2.5.3 > 3.1.2
    		nexus-staging-maven-plugin: 1.6.8 > 1.6.13
    		maven-compiler plugin: 3.7.0 > 3.11.0
    		maven-source-plugin: 3.0.1 > 3.3.0
    		maven-javadoc-plugin: 3.0.0 > 3.5.0
    		maven-jar-plugin: 3.0.2 > 3.3.0
    		jacoco-maven-plugin: 0.8.0 > 0.8.10
    		(org.immutables.)value: 2.5.6 > 2.9.3
    		guava: 31.1-jre > 32.1.1-jre
    		slf4j: 1.7.25 > 2.0.7
    		assertj-core: 3.23.1 > 3.24.2
    		(org.json.)json: 20220320 < 20230618
    		logback-classic: 1.2.11 > 1.4.8
    claude.heyman committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6b7d0e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Reorganize imports according to new parent pom, remove stale <develop…

    …er> tag
    claude.heyman committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a74c7e5 View commit details
    Browse the repository at this point in the history