Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and jknack committed Mar 18, 2024
1 parent 3bb0839 commit 41c0b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion handlebars-guava-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.1.0-jre</version>
</dependency>

<!-- Test dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -464,7 +464,7 @@
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0.Final</version>
<executions>
<execution>
<id>add-module-infos</id>
Expand Down Expand Up @@ -495,7 +495,7 @@
<!-- Encoding UTF-8 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson2-version>2.17.0</jackson2-version>
<spring.version>6.1.4</spring.version>
<spring.version>6.1.5</spring.version>
<jacoco.version>0.8.11</jacoco.version>
<antlr-version>4.13.1</antlr-version>
<mockito.version>5.11.0</mockito.version>
Expand Down

0 comments on commit 41c0b01

Please sign in to comment.