Skip to content

Commit 61e5442

Browse files
build(deps): bump github-api from 1.135 to 1.301
Bumps [github-api](https://github.com/hub4j/github-api) from 1.135 to 1.301. - [Release notes](https://github.com/hub4j/github-api/releases) - [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md) - [Commits](hub4j/github-api@github-api-1.135...github-api-1.301) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d50dc1 commit 61e5442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
val ktor_version = "1.6.5"
77
val logback_version = "1.2.7"
8-
val prometeus_version = "1.7.5"
8+
val prometeus_version = "1.8.0"
99
val exposed_version = "0.36.2"
1010

1111
val targetJvm: String by project
@@ -61,7 +61,7 @@ dependencies {
6161
implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version")
6262
implementation("org.jetbrains.exposed:exposed-java-time:$exposed_version")
6363
implementation("org.postgresql:postgresql:42.3.1")
64-
implementation("org.kohsuke:github-api:1.135")
64+
implementation("org.kohsuke:github-api:1.301")
6565

6666
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
6767

0 commit comments

Comments
 (0)