Skip to content

Commit

Permalink
Merge pull request #3 from Kolomona/main
Browse files Browse the repository at this point in the history
Upgraded
  • Loading branch information
yusufyilmazfr authored May 29, 2024
2 parents d282b05 + 30b17bc commit 77fa7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,6 @@ public class Podcast {
* Information for supporting the podcast via one of the "Value for Value" methods.
*/
private Value value;

private String medium;
}

0 comments on commit 77fa7b9

Please sign in to comment.