Skip to content

Commit c23cfcd

Browse files
build(deps): bump the patch group with 7 updates (#16)
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.msgpack:msgpack-core](https://github.com/msgpack/msgpack-java) | `0.9.8` | `0.9.12` | | org.slf4j:slf4j-api | `2.0.16` | `2.0.18` | | org.slf4j:slf4j-simple | `2.0.16` | `2.0.18` | | [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.9` | `3.9.16` | | org.apache.maven:maven-core | `3.9.9` | `3.9.16` | | [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.15.1` | `3.15.2` | | [org.apache.maven:maven-compat](https://github.com/apache/maven) | `3.9.9` | `3.9.16` | Updates `org.msgpack:msgpack-core` from 0.9.8 to 0.9.12 - [Release notes](https://github.com/msgpack/msgpack-java/releases) - [Changelog](https://github.com/msgpack/msgpack-java/blob/main/RELEASE_NOTES.md) - [Commits](msgpack/msgpack-java@v0.9.8...v0.9.12) Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.18 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.18 Updates `org.apache.maven:maven-plugin-api` from 3.9.9 to 3.9.16 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.9...maven-3.9.16) Updates `org.apache.maven:maven-core` from 3.9.9 to 3.9.16 Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.15.1 to 3.15.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2) Updates `org.apache.maven:maven-compat` from 3.9.9 to 3.9.16 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.9...maven-3.9.16) --- updated-dependencies: - dependency-name: org.msgpack:msgpack-core dependency-version: 0.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.apache.maven:maven-core dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.apache.maven:maven-compat dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 256f075 commit c23cfcd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

python-embed-maven-plugin/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ repositories {
4848

4949
dependencies {
5050
implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}"
51-
implementation 'org.apache.maven:maven-plugin-api:3.9.9'
52-
implementation 'org.apache.maven:maven-core:3.9.9'
53-
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1'
51+
implementation 'org.apache.maven:maven-plugin-api:3.9.16'
52+
implementation 'org.apache.maven:maven-core:3.9.16'
53+
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2'
5454

5555
testImplementation platform('org.junit:junit-bom:5.11.4')
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
58-
testImplementation 'org.apache.maven:maven-compat:3.9.9'
58+
testImplementation 'org.apache.maven:maven-compat:3.9.16'
5959
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
6060
testImplementation 'org.mockito:mockito-core:5.15.2'
6161
}

python-embed-runtime/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ plugins {
55
version = project.findProperty('releaseVersion') ?: '1.0.2-SNAPSHOT'
66

77
dependencies {
8-
implementation 'org.msgpack:msgpack-core:0.9.8'
9-
implementation 'org.slf4j:slf4j-api:2.0.16'
8+
implementation 'org.msgpack:msgpack-core:0.9.12'
9+
implementation 'org.slf4j:slf4j-api:2.0.18'
1010

1111
testImplementation platform('org.junit:junit-bom:5.11.4')
1212
testImplementation 'org.junit.jupiter:junit-jupiter'
1313
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
14-
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
14+
testImplementation 'org.slf4j:slf4j-simple:2.0.18'
1515
}
1616

1717
test {

0 commit comments

Comments
 (0)