File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -111,18 +111,17 @@ http://localhost:8080/openapi
111
111
112
112
### Upgrading the gradle wrapper
113
113
Find the newest version of gradle here: https://gradle.org/releases/ Then run this command:
114
- (Remeber to repealce $gradleVersjon with the newest version)
114
+ > ** _ NOTE: _ ** (Remember to replace $gradleVersjon with the newest version of gradle )
115
115
``` shell script
116
116
./gradlew wrapper --gradle-version $gradleVersjon
117
117
```
118
118
119
119
### Contribute
120
- Want to add a feature? see [ CONTRIBUTING] ( CONTRIBUTING.md )
120
+ Want to add a feature or just some other improvements ? see [ CONTRIBUTING] ( CONTRIBUTING.md )
121
121
122
122
### Contact
123
123
124
124
This project is maintained by [ CODEOWNERS] ( CODEOWNERS )
125
125
126
126
Questions? please create an
127
127
[ issue] ( https://github.com/MikAoJk/kotlin-ktor-crud-rest-api/issues )
128
-
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ val ktorVersion = "3.1.1"
5
5
val junitJupiterVersion = " 5.12.1"
6
6
val logbackVersion = " 1.5.17"
7
7
val logstashEncoderVersion = " 8.0"
8
- val kotlinVersion = " 2.1.0 "
8
+ val kotlinVersion = " 2.1.10 "
9
9
val hikariCPVersion = " 6.2.1"
10
10
val flywayVersion = " 11.4.0"
11
11
val embeddedPostgresVersion = " 2.1.0"
You can’t perform that action at this time.
0 commit comments