Skip to content

Commit

Permalink
STUD-318: Fix issues with parsing plutusv3 scripts and other conway s…
Browse files Browse the repository at this point in the history
…tuff
  • Loading branch information
AndrewWestberg committed Aug 25, 2024
1 parent 5bd8d1f commit 5e46243
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
}

object KotlinPlugin {
const val VERSION = "2.0.10"
const val VERSION = "2.0.20"
const val JVM_ID = "jvm"
const val SERIALIZATION_ID = "plugin.serialization"
}
Expand Down Expand Up @@ -121,7 +121,7 @@ object Dependencies {
}

object PostgreSQL {
private const val VERSION = "42.7.3"
private const val VERSION = "42.7.4"

const val ALL = "org.postgresql:postgresql:$VERSION"
}
Expand All @@ -133,7 +133,7 @@ object Dependencies {
}

object FlywayDB {
private const val VERSION = "10.17.1"
private const val VERSION = "10.17.2"

const val CORE = "org.flywaydb:flyway-core:$VERSION"
const val POSTGRES = "org.flywaydb:flyway-database-postgresql:$VERSION"
Expand Down Expand Up @@ -208,7 +208,7 @@ object Dependencies {
}

object SpringSecurity {
private const val VERSION = "6.3.2"
private const val VERSION = "6.3.3"

const val CORE = "org.springframework.security:spring-security-core:$VERSION"
}
Expand All @@ -221,7 +221,7 @@ object Dependencies {
}

object Aws {
private const val VERSION = "2.27.8"
private const val VERSION = "2.27.12"

const val BOM = "software.amazon.awssdk:bom:$VERSION"
const val CLOUDFRONT = "software.amazon.awssdk:cloudfront"
Expand Down Expand Up @@ -276,7 +276,7 @@ object Dependencies {
}

object Newm {
private const val VERSION = "2.2.2"
private const val VERSION = "2.3.0"

const val KOGMIOS = "io.newm:kogmios:$VERSION"
}
Expand Down

0 comments on commit 5e46243

Please sign in to comment.