Skip to content

Commit 3b19470

Browse files
committed
update
1 parent ff5804b commit 3b19470

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

csharp/genhttp/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
github: Kaliumhexacyanoferrat/GenHTTP
3-
version: 10.0
3+
version: 10.1

java/jersey-grizzly2/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: eclipse-ee4j.github.io/jersey
3-
version: 2.46
3+
version: 4.0
44

55
build:
66
- mvn package

java/jersey-grizzly2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
<properties>
14-
<jersey.version>[4.0,5.0)</jersey.version>
14+
<jersey.version>[4.0,4.1)</jersey.version>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<maven.compiler.release>21</maven.compiler.release>
1717
</properties>

java/quarkus/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: quarkus.io
3-
version: 3.28
3+
version: "3.30"
44

55
build:
66
- mvn clean package -Dquarkus.package.type=uber-jar -Dquarkus.http.port=3000

java/restheart/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: restheart.org
3-
version: 8.11
3+
version: 8.12
44

55
build:
66
- mvn package

java/spring-webflux/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: docs.spring.io/spring-framework/reference/web/webflux.html
3-
version: 3.4
3+
version: 4.1
44

55
binaries:
66
- target/benchmark-webflux-1.0.0.jar

java/spring-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>[4.0,5.0)</version>
8+
<version>[4.0,4.1)</version>
99
<relativePath/>
1010
</parent>
1111
<groupId>framework</groupId>

java/spring/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: spring.io/projects/spring-boot
3-
version: 3.4
3+
version: 4.0
44

55
binaries:
66
- target/benchmark-1.0.0.jar

java/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>[4.0,5.0)</version>
9+
<version>[4.0,4.1)</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>benchmark.spring-boot</groupId>

java/vertx/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: vertx.io/docs/vertx-core/java/
3-
version: 4.5
3+
version: 5.0
44

55
build:
66
- mvn package

0 commit comments

Comments
 (0)