Skip to content

Commit db1050f

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [io.github.robaho:httpserver](https://github.com/robaho/httpserver) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `io.github.robaho:httpserver` from 1.0.27 to 1.0.28 - [Commits](robaho/httpserver@1.0.27...1.0.28) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.0 to 0.11.1 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.0...0.11.1) --- updated-dependencies: - dependency-name: io.github.robaho:httpserver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 228b8ef commit db1050f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/example-jdk-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.graalvm.buildtools</groupId>
6464
<artifactId>native-maven-plugin</artifactId>
65-
<version>0.11.0</version>
65+
<version>0.11.1</version>
6666
<extensions>true</extensions>
6767
<executions>
6868
<execution>

examples/example-robaho/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>io.github.robaho</groupId>
1717
<artifactId>httpserver</artifactId>
18-
<version>1.0.27</version>
18+
<version>1.0.28</version>
1919
</dependency>
2020

2121
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>io.github.robaho</groupId>
221221
<artifactId>httpserver</artifactId>
222-
<version>1.0.27</version>
222+
<version>1.0.28</version>
223223
</dependency>
224224
</dependencies>
225225
</dependencyManagement>

0 commit comments

Comments
 (0)