Skip to content

Updated dependencies to align with Spring Boot 3.4.4 #41

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

Merged
merged 1 commit into from
Apr 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: Set up JDK 23
- name: Set up JDK 24
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 23
release: 24

- name: Run Maven
run: ./mvnw clean install -Pall-quality-gates -B
Expand All @@ -40,11 +40,11 @@ jobs:
fetch-depth: 0
persist-credentials: false

- name: Set up JDK 23
- name: Set up JDK 24
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 23
release: 24

- name: Determine version
run: echo "POM_VERSION=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec | sed -e 's/-SNAPSHOT//')" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/latest-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 23
- name: Set up JDK 24
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 23
release: 24

- name: Run Maven
run: ./mvnw clean versions:update-properties scm:check-local-modification -U -B
4 changes: 2 additions & 2 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.datetime }}
${{ runner.os }}-maven-

- name: Set up JDK 23
- name: Set up JDK 24
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 23
release: 24

- name : Run Maven
run: ./mvnw clean install dependency-check:check -DnvdApiKey=${{ secrets.NVD_API_KEY }} -DnvdApiDelay=6000 -Denforcer.skip=true -B
Expand Down
3 changes: 3 additions & 0 deletions documentation/releases/release-3.4.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Dependencies

* Aligned dependencies with [Spring Boot 3.4.4](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.4)
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.spt-development</groupId>
<artifactId>spt-development-logging-spring-boot</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>

<name>logging-spring-boot</name>
<description>Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description>
Expand Down Expand Up @@ -40,17 +40,17 @@
<maven.min.version>3.9.4</maven.min.version>

<!-- Dependency versions -->
<spring-boot.version>3.4.2</spring-boot.version>
<spring-boot.version>3.4.4</spring-boot.version>
<spt-cid.version>2.0.15</spt-cid.version>
<spt-logging-spring.version>3.2.7</spt-logging-spring.version>
<spt-logging-spring.version>3.2.8</spt-logging-spring.version>

<!-- Plugin versions -->
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
<dependency-check-maven.version>12.0.1</dependency-check-maven.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<dependency-check-maven.version>12.1.1</dependency-check-maven.version>
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<license-maven-plugin.version>2.5.0</license-maven-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
Expand All @@ -60,19 +60,19 @@
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>
<pitest-maven.version>1.17.4</pitest-maven.version>
<spotbugs.version>4.8.6.6</spotbugs.version>
<pitest-maven.version>1.19.0</pitest-maven.version>
<spotbugs.version>4.9.3.0</spotbugs.version>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>

<!-- Plugin dependencies -->
<checkstyle.version>10.21.1</checkstyle.version>
<checkstyle.version>10.23.0</checkstyle.version>
<findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
<findbugs-sec-bug-pattern.version>1.13.0</findbugs-sec-bug-pattern.version>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
<pmd.version>7.9.0</pmd.version>
<slf4j.version>2.0.16</slf4j.version>
<pitest-junit5-plugin.version>1.2.2</pitest-junit5-plugin.version>
<pmd.version>7.12.0</pmd.version>
<slf4j.version>2.0.17</slf4j.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spt-development-logging-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-logging-spring-boot</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
</parent>

<artifactId>spt-development-logging-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spt-development-logging-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-logging-spring-boot</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.4-SNAPSHOT</version>
</parent>

<artifactId>spt-development-logging-spring-boot-starter</artifactId>
Expand Down