Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Dec 1, 2024
1 parent 463af92 commit 8e05114
Show file tree
Hide file tree
Showing 8 changed files with 34,265 additions and 29,954 deletions.
64,199 changes: 34,255 additions & 29,944 deletions data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data.min.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go/poteto/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: github.com/poteto0/poteto
version: 0.23
framework:
website: github.com/poteto0/poteto
version: 0.23
2 changes: 1 addition & 1 deletion java/quarkus/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: quarkus.io
version: 3.16
version: 3.17

build:
- mvn clean package -Dquarkus.package.type=uber-jar -Dquarkus.http.port=3000
Expand Down
2 changes: 1 addition & 1 deletion java/struts2/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: struts.apache.org
version: 6.6
version: 6.7

build:
- mvn clean package
Expand Down
2 changes: 1 addition & 1 deletion kotlin/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 2.0
version: 2.1

files:
- "**/*.gradle"
Expand Down
2 changes: 1 addition & 1 deletion kotlin/http4k/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: http4k.org
version: 5.36
version: 5.37
4 changes: 2 additions & 2 deletions kotlin/spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.springframework.boot") version "3.4.+"
id("io.spring.dependency-management") version "+"
kotlin("jvm") version "2.1.+"
kotlin("plugin.spring") version "2.0.+"
kotlin("plugin.spring") version "2.1.+"
}

group = "benchmark.spring-boot"
Expand All @@ -26,4 +26,4 @@ dependencies {

tasks.bootJar {
archiveFileName.set("server.jar")
}
}

0 comments on commit 8e05114

Please sign in to comment.