Skip to content

Commit f0e2114

Browse files
author
Brad Barnhill
committed
barcode 2.4, spring boot 3.1.4
1 parent 6e558db commit f0e2114

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "com.pnuema.java.barcode"
20-
version "2.3"
20+
version "2.4"
2121

2222
dependencies {
2323
implementation(libs.barcode)

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
#libs
3-
barcode = "2.3"
3+
barcode = "2.4"
44
openapi-ui = "2.2.0"
55

66
#plugins
77
kotlin= "1.9.10"
8-
springBootVersion="3.1.3"
8+
springBootVersion="3.1.4"
99
springDepManagementVersion = "1.1.3"
1010

1111
[libraries]

0 commit comments

Comments
 (0)