Skip to content

Commit

Permalink
Bump to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed Feb 17, 2024
1 parent 960cdd8 commit 2c4de1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ As simple as adding a dependency:
<dependency>
<groupId>io.javalin.community.ssl</groupId>
<artifactId>ssl-plugin</artifactId>
<version>6.0.1</version>
<version>6.1.0</version>
</dependency>
```

### Gradle

```kotlin
implementation('io.javalin.community.ssl:ssl-plugin:6.0.1')
implementation('io.javalin.community.ssl:ssl-plugin:6.1.0')
```

## Configuration
Expand Down Expand Up @@ -175,8 +175,8 @@ sslPlugin.reload {

| Package | Version | License |
|-----------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------|
| [Javalin](https://github.com/javalin/javalin) | `6.0.1` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |
| [SSLContext Kickstart](https://github.com/Hakky54/sslcontext-kickstart) | `8.3.0` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |
| [Javalin](https://github.com/javalin/javalin) | `6.1.0` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |
| [SSLContext Kickstart](https://github.com/Hakky54/sslcontext-kickstart) | `8.3.1` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

group = "io.javalin.community.ssl"
//Must be formatted following the RegEx: /version\s*=\s*"\S+"/g
version = "6.0.2-SNAPSHOT"
version = "6.1.0"

jacoco {
toolVersion = "0.8.8"
Expand All @@ -33,7 +33,7 @@ repositories {
}

dependencies {
val javalin = "6.0.2-SNAPSHOT"
val javalin = "6.1.0"
val sslContextKickstart = "8.3.1"

val annotations = "24.1.0"
Expand Down

0 comments on commit 2c4de1e

Please sign in to comment.