Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Mar 18, 2023
2 parents 4ad8598 + cfd40ab commit 4acf429
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "org.hyacinthbots.lilybot"
version = "4.8.2"
version = "4.8.3"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions docs/changelogs/4.x.x/4.8.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# LilyBot 4.8.3

This update fixes a security vulnerability in the welcome channel dependency.

You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.2...v4.8.3)
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ logging = "3.0.5"
logback = "1.4.5"
github-api = "1.314"
kmongo = "4.8.0"
cozy-welcome = "1.0-SNAPSHOT"
cozy-welcome = "1.0.1-SNAPSHOT"
dma = "0.2.0-SNAPSHOT"
docgenerator = "0.1.2-SNAPSHOT"

Expand Down

0 comments on commit 4acf429

Please sign in to comment.