Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-ma…
Browse files Browse the repository at this point in the history
…ven-source-plugin-3.3.0
  • Loading branch information
kuntzed committed Aug 21, 2024
2 parents a94679c + 6c5c5a7 commit 84f048f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
<spring.security.oauth2.version>2.5.2.RELEASE</spring.security.oauth2.version>
<spring.security.jwt.version>1.1.1.RELEASE</spring.security.jwt.version>
<org.eclipse.jetty.version>12.0.12</org.eclipse.jetty.version>
<reactor.version>3.6.8</reactor.version>
<reactor.version>3.6.9</reactor.version>
<log4j2.version>2.23.1</log4j2.version>
<slf4j.api.version>2.0.13</slf4j.api.version> <!--see also here http://www.slf4j.org/faq.html#changesInVersion18 -->
<slf4j.api.version>2.0.16</slf4j.api.version> <!--see also here http://www.slf4j.org/faq.html#changesInVersion18 -->
<org.json.version>20240303</org.json.version>
<sap.cloud.env.servicebinding.version>0.10.5</sap.cloud.env.servicebinding.version>
<apache.httpclient5.version>5.3.1</apache.httpclient5.version>
Expand All @@ -75,7 +75,7 @@
<jakarta.servlet.api.version>6.1.0</jakarta.servlet.api.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<maven-surefire-plugin>3.3.1</maven-surefire-plugin>
<maven-surefire-plugin>3.4.0</maven-surefire-plugin>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>5.12.0</mockito.version>
<assertj.version>3.26.3</assertj.version>
Expand Down Expand Up @@ -466,7 +466,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 84f048f

Please sign in to comment.