File tree 5 files changed +9
-10
lines changed
5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
3
3
group = " no.nav.syfo"
4
4
version = " 1.0.0"
5
5
6
+ val javaVersion = JvmTarget .JVM_21
7
+
6
8
val ktorVersion = " 3.1.0"
7
9
val logbackVersion = " 1.5.16"
8
10
val logstashencoderVersion = " 8.0"
@@ -17,14 +19,11 @@ val mockkVersion = "1.13.16"
17
19
val kotlinVersion = " 2.1.10"
18
20
val googlecloudstorageVersion = " 2.48.2"
19
21
val ktfmtVersion = " 0.44"
20
- val nettyCodecHttp = " 4.1.118.Final"
21
22
val kafkaVersion = " 3.9.0"
22
23
23
24
// /Due to vulnerabilities
24
25
val commonsCompressVersion = " 1.27.1"
25
26
26
- val javaVersion = JvmTarget .JVM_21
27
-
28
27
plugins {
29
28
id(" application" )
30
29
kotlin(" jvm" ) version " 2.1.10"
@@ -50,11 +49,6 @@ dependencies {
50
49
51
50
implementation(" io.ktor:ktor-server-core:$ktorVersion " )
52
51
implementation(" io.ktor:ktor-server-netty:$ktorVersion " )
53
- constraints {
54
- implementation(" io.netty:netty-codec-http:$nettyCodecHttp " ) {
55
- because(" override transient from io.ktor:ktor-server-netty" )
56
- }
57
- }
58
52
59
53
implementation(" org.postgresql:postgresql:$postgresVersion " )
60
54
implementation(" com.zaxxer:HikariCP:$hikariVersion " )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
+ ' " $PWD " ) || exit
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
Original file line number Diff line number Diff line change 13
13
@ rem See the License for the specific language governing permissions and
14
14
@ rem limitations under the License.
15
15
@ rem
16
+ @ rem SPDX-License-Identifier: Apache-2.0
17
+ @ rem
16
18
17
19
@ if " %DEBUG% " == " " @ echo off
18
20
@ rem ##########################################################################
You can’t perform that action at this time.
0 commit comments