Skip to content

Commit 7caeea0

Browse files
authored
[Java] Update Solon Version To 3.0.2 (#9351)
* Update Solon Version To 2.9.1 * Update Solon Version To 2.9.1 * Update Solon Jdk To 21 * Update Solon Jdk To 21 * Update Solon Jdk To 21 * Update Solon Jdk To 21 * Update Solon Jdk To 21 * Update Solon Version To 2.9.2 * Add Solon-Virtual * Remove solon-virtual * Update Solon Version To 3.0.2
1 parent 03c56d5 commit 7caeea0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

frameworks/Java/solon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is the solon portion of a [benchmarking test suite](../) comparing a variet
1010
## Versions
1111

1212
* [Java OpenJDK 21](http://openjdk.java.net/)
13-
* [solon 2.9.1](https://github.com/noear/solon)
13+
* [solon 3.0.2](https://github.com/noear/solon)
1414

1515
## Test URLs
1616

frameworks/Java/solon/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.noear</groupId>
77
<artifactId>solon-parent</artifactId>
8-
<version>2.9.2</version>
8+
<version>3.0.2</version>
99
</parent>
1010

1111
<groupId>hello</groupId>
@@ -20,14 +20,12 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.noear</groupId>
23-
<artifactId>solon.boot.smarthttp</artifactId>
24-
<version>${solon.version}</version>
23+
<artifactId>solon-boot-smarthttp</artifactId>
2524
</dependency>
2625

2726
<dependency>
2827
<groupId>org.noear</groupId>
29-
<artifactId>solon.serialization.fastjson2</artifactId>
30-
<version>${solon.version}</version>
28+
<artifactId>solon-serialization-snack3</artifactId>
3129
</dependency>
3230
</dependencies>
3331

0 commit comments

Comments
 (0)