Skip to content

Commit

Permalink
Bump the maven group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 1 update in the /. directory: [org.apache.maven:maven-core](https://github.com/apache/maven).
Bumps the maven group with 1 update in the /src/it/mojo-1731 directory: [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework).


Updates `org.apache.maven:maven-core` from 3.2.5 to 3.8.1
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.2.5...maven-3.8.1)

Updates `org.springframework:spring-beans` from 5.3.18 to 5.3.20
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.18...v5.3.20)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  dependency-group: maven-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent 371ec54 commit b476f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>
<!-- we need dot less properties for .vm -->
<enforcerPluginVersion>${maven-enforcer-plugin.version}</enforcerPluginVersion>
<maven.version>3.6.3</maven.version>
<maven.version>3.8.1</maven.version>
<project.build.outputTimestamp>2023-06-01T15:30:27Z</project.build.outputTimestamp>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/it/mojo-1731/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.18</version>
<version>5.3.20</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit b476f77

Please sign in to comment.