Skip to content

Commit

Permalink
chore: Bump Exposed version to 0.42.0 in exposed-spring-boot-starter …
Browse files Browse the repository at this point in the history
…README.md
  • Loading branch information
joc-a committed Aug 1, 2023
1 parent 86a2405 commit f0df5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exposed-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This starter will give you the latest version of [Exposed](https://github.com/Je
<dependency>
<groupId>org.jetbrains.exposed</groupId>
<artifactId>exposed-spring-boot-starter</artifactId>
<version>0.41.1</version>
<version>0.42.0</version>
</dependency>
</dependencies>
```
Expand All @@ -28,7 +28,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.41.1'
implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.42.0'
}
```

Expand Down

0 comments on commit f0df5c7

Please sign in to comment.