Compare commits

..

2 Commits

Author SHA1 Message Date
Joao P Dubas
b5f2ed7617 feat: upgrade deps
Some checks failed
continuous-integration/drone/pr Build is failing
2024-02-11 05:06:48 +00:00
Joao P Dubas
a580ab0f85 feat: upgrade elixir/erlang runtimes
* elixir: 1.15.7 to 1.16.1
* erlang: 26.1.2 to 26.2.2
2024-02-11 04:42:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
services:
db:
image: 'postgres:16.1-alpine'
image: 'postgres:16.0-alpine'
hostname: &db_host db
init: true
environment:

View File

@ -48,7 +48,7 @@ defmodule Wabanex.MixProject do
{:plug_cowboy, "~> 2.7.0"},
{:postgrex, "~> 0.17.0"},
{:prom_ex, "~> 1.9.0"},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.12", only: [:dev, :test], runtime: false},
{:telemetry_metrics, "~> 0.6.0"},
{:telemetry_poller, "~> 1.0.0"}
]