Skip to content

Commit

Permalink
chore: Bump Exposed version to 0.42.0 in exposed-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Aug 1, 2023
1 parent 3c796bf commit bd2e5bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exposed-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Bill of Materials for all Exposed modules
<dependency>
<groupId>org.jetbrains.exposed</groupId>
<artifactId>exposed-bom</artifactId>
<version>0.41.1</version>
<version>0.42.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -46,12 +46,12 @@ Bill of Materials for all Exposed modules
# Gradle
```kotlin
repositories {
// Versions after 0.33.1
mavenCentral()
// Versions after 0.33.1
mavenCentral()
}

dependencies {
implementation(platform("org.jetbrains.exposed:exposed-bom:0.41.1"))
implementation(platform("org.jetbrains.exposed:exposed-bom:0.42.0"))
implementation("org.jetbrains.exposed", "exposed-core")
implementation("org.jetbrains.exposed", "exposed-dao")
implementation("org.jetbrains.exposed", "exposed-jdbc")
Expand Down

0 comments on commit bd2e5bc

Please sign in to comment.