Skip to content

Commit 41c0b01

Browse files
dependabot[bot]jknack
authored andcommitted
build(deps): bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.0` | `3.2.1` | | [org.moditect:moditect-maven-plugin](https://github.com/moditect/moditect) | `1.1.0` | `1.2.0.Final` | | [com.google.guava:guava](https://github.com/google/guava) | `33.0.0-jre` | `33.1.0-jre` | Updates `org.springframework:spring-webmvc` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.1) Updates `org.moditect:moditect-maven-plugin` from 1.1.0 to 1.2.0.Final - [Release notes](https://github.com/moditect/moditect/releases) - [Commits](moditect/moditect@1.1.0...1.2.0.Final) Updates `com.google.guava:guava` from 33.0.0-jre to 33.1.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.moditect:moditect-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bb0839 commit 41c0b01

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

handlebars-guava-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.guava</groupId>
2626
<artifactId>guava</artifactId>
27-
<version>33.0.0-jre</version>
27+
<version>33.1.0-jre</version>
2828
</dependency>
2929

3030
<!-- Test dependencies -->

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
<plugin>
394394
<groupId>org.apache.maven.plugins</groupId>
395395
<artifactId>maven-gpg-plugin</artifactId>
396-
<version>3.2.0</version>
396+
<version>3.2.1</version>
397397
<executions>
398398
<execution>
399399
<id>sign-artifacts</id>
@@ -464,7 +464,7 @@
464464
<plugin>
465465
<groupId>org.moditect</groupId>
466466
<artifactId>moditect-maven-plugin</artifactId>
467-
<version>1.1.0</version>
467+
<version>1.2.0.Final</version>
468468
<executions>
469469
<execution>
470470
<id>add-module-infos</id>
@@ -495,7 +495,7 @@
495495
<!-- Encoding UTF-8 -->
496496
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
497497
<jackson2-version>2.17.0</jackson2-version>
498-
<spring.version>6.1.4</spring.version>
498+
<spring.version>6.1.5</spring.version>
499499
<jacoco.version>0.8.11</jacoco.version>
500500
<antlr-version>4.13.1</antlr-version>
501501
<mockito.version>5.11.0</mockito.version>

0 commit comments

Comments
 (0)