Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Oct 22, 2024
1 parent 063cdbe commit 7533d8c
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 420 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Thumbnail Rebuilder

[![Kotlin](https://img.shields.io/badge/kotlin-2.0.20-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
![WASM](https://img.shields.io/badge/-WASM-gray.svg?style=flat)

A web-based utility designed for the reconstruction of embedded thumbnails within JPEG files.
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
junit = "4.13.2"
kotlin = "2.0.0"
skiko = "0.8.4"
ashampoo-kim = "0.18.4"
kotlin = "2.0.21"
skiko = "0.8.15"
ashampoo-kim = "0.19"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
Expand Down
Loading

0 comments on commit 7533d8c

Please sign in to comment.