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 0a43129 commit bd71a8bCopy full SHA for bd71a8b
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'fauna.sample'
8
-version = '1.0'
+version = '1.0.0'
9
10
java {
11
toolchain {
@@ -20,7 +20,7 @@ repositories {
20
dependencies {
21
implementation 'org.springframework.boot:spring-boot-starter-web:3.3.2'
22
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
23
- implementation 'com.fauna:fauna-jvm:1.0'
+ implementation 'com.fauna:fauna-jvm:1.0.0'
24
25
testImplementation platform('org.junit:junit-bom:5.9.1')
26
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments