Skip to content

Commit e9cfef0

Browse files
committed
update to latest barcode lib version
1 parent fc5fc0c commit e9cfef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'io.spring.dependency-management'
1919
apply plugin: 'war'
2020

2121
group = 'com.pnuema.java.barcode'
22-
version '1.13'
22+
version '1.14'
2323
sourceCompatibility = 17
2424
targetCompatibility = 17
2525

@@ -45,7 +45,7 @@ test {
4545
}
4646

4747
dependencies {
48-
implementation 'com.pnuema.java:barcode:1.13'
48+
implementation 'com.pnuema.java:barcode:1.14'
4949
implementation 'org.springframework.boot:spring-boot-starter-web'
5050
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
5151
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'

0 commit comments

Comments
 (0)