File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- extra[" gradleVersion" ] = " 8.2.1 "
2+ extra[" gradleVersion" ] = " 8.3 "
33}
44
55val gradleVersion: String by extra
@@ -17,7 +17,7 @@ plugins {
1717}
1818
1919group = " com.pnuema.java.barcode"
20- version " 1.18 "
20+ version " 1.19 "
2121
2222dependencies {
2323 implementation(libs.barcode)
Original file line number Diff line number Diff line change 11[versions ]
22# libs
33barcode = " 1.15"
4- openapi-ui = " 2.1 .0"
4+ openapi-ui = " 2.2 .0"
55
66# plugins
7- kotlin = " 1.9.0 "
8- springBootVersion =" 3.1.1 "
9- springDepManagementVersion = " 1.1.0 "
7+ kotlin = " 1.9.10 "
8+ springBootVersion =" 3.1.3 "
9+ springDepManagementVersion = " 1.1.3 "
1010
1111[libraries ]
1212jackson-kotlin = { group = " com.fasterxml.jackson.module" , name = " jackson-module-kotlin" }
You can’t perform that action at this time.
0 commit comments