We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5fc0c commit e9cfef0Copy full SHA for e9cfef0
build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'io.spring.dependency-management'
19
apply plugin: 'war'
20
21
group = 'com.pnuema.java.barcode'
22
-version '1.13'
+version '1.14'
23
sourceCompatibility = 17
24
targetCompatibility = 17
25
@@ -45,7 +45,7 @@ test {
45
}
46
47
dependencies {
48
- implementation 'com.pnuema.java:barcode:1.13'
+ implementation 'com.pnuema.java:barcode:1.14'
49
implementation 'org.springframework.boot:spring-boot-starter-web'
50
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
51
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
0 commit comments