Skip to content

Commit

Permalink
[misc] Bump the prod-deps group with 3 updates (#501)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 3 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools).


Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.0
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.0)

Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2)

Updates `org.graalvm.buildtools:native-maven-plugin` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.10.0...0.10.1)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent e440feb commit 2b92498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<kotlin.version>1.7.10</kotlin.version>
<native.maven.plugin.version>0.10.0</native.maven.plugin.version>
<native.maven.plugin.version>0.10.1</native.maven.plugin.version>
</properties>

<repositories>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.0</version>
</dependency>

<!-- cli -->
Expand Down Expand Up @@ -101,7 +101,7 @@
<!-- shade plugin for fat jar -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 2b92498

Please sign in to comment.