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-gpg-plugin-3.2.5
  • Loading branch information
kuntzed committed Aug 21, 2024
2 parents be566f8 + c8a8df5 commit 127fa70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ updates:
time: "10:00"
timezone: Etc/UCT
reviewers:
- "liga-oz"
- "kuntzed"
- "finkmanAtSap"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<!-- make sure that spring core and spring boot versions are compatible-->
<spring.boot.version>3.3.2</spring.boot.version>
<spring.core.version>6.1.11</spring.core.version>
<spring.core.version>6.1.12</spring.core.version>
<spring.security.version>6.3.1</spring.security.version>
<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.7</org.eclipse.jetty.version>
<org.eclipse.jetty.version>12.0.12</org.eclipse.jetty.version>
<reactor.version>3.6.8</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 @@ -78,9 +78,9 @@
<maven-surefire-plugin>3.3.1</maven-surefire-plugin>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>5.12.0</mockito.version>
<assertj.version>3.26.0</assertj.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.1</wiremock.version>
<reactor.test.version>3.6.7</reactor.test.version>
<reactor.test.version>3.6.8</reactor.test.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<spotbugs.annotations.version>4.8.6</spotbugs.annotations.version>
<spotbugs.version>4.8.6.2</spotbugs.version>
Expand Down Expand Up @@ -488,7 +488,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-security-basic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>org.owasp</groupId> <!--scans for vulnerabilities-->
<artifactId>dependency-check-maven</artifactId>
<version>9.0.2</version>
<version>9.0.6</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 127fa70

Please sign in to comment.